Html Css Color HEX #124252 Green Vogue

📋 copy color: '#124252'

red 18 ◦ green 66 ◦ blue 82

#124252
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Vogue #124252

Tints of Green Vogue #124252

RGB

 RED value IS 18 (7.42% from 255) = 10.84%

 GREEN value IS 66 (26.17% from 255) = 39.76%

 BLUE value IS 82 (32.42% from 255) = 49.4%

R = 10.84%
G = 39.76%
B = 49.4%

CMYK

 C value IS 0.78

 M value IS 0.20

 Y value IS 0

 K value IS 0.68

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#124252 (or 0x124252) is known color: Green Vogue. HEX triplet: 12, 42 and 52. RGB value is (18,66,82). Sum of RGB (Red+Green+Blue) = 18+66+82=166 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.84% from 166); Green value is 66 (26.17% from 255 or 39.76% from 166); Blue value is 82 (32.42% from 255 or 49.40% from 166); Max value from RGB is 82 - color contains mainly: blue. Hex color #124252 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124252 is #EDBDAD. Grayscale: #353535. Windows color (decimal): -15580590 or 5390866. OLE color: 5390866.

HSL color Cylindrical-coordinate representation of color #124252: hue angle of 195º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #124252 is Cyan = 0.78, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 18 66 82 -
CMYK 0.78 0.20 0 0.68
HSL 195º 0.64% 0.2% -
HSV(B) 195º 0.78% 0.32% -
XYZ 3.72 4.63 8.68 -
YUV 53.47 144.1 102.7 -
System Red Green Blue C M Y K H S L
Decimal 18 66 82 0.78 0.20 0 0.68 195 0.64 0.2
Hex 12 42 52 4E 14 0 44 C3 40 14
Octal 22 102 122 116 24 0 104 303 100 24
Binary 10010 1000010 1010010 1001110 10100 0 1000100 11000011 1000000 10100

Color Harmonies of #124252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124252

Black with #124252

Text Example


Text Example

White with #124252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124252; }

 p { color: rgb(18,66,82); }

 H1.HeaderClassName
 {
   color: #124252;
 }
 .AnyTagClassName
 {
   color: #124252;
 }
</style>

background-color css

<style>
 a { background-color: #124252; }

 a { background-color: rgb(18,66,82); }

 div.DivClassName
 {
   background-color: #124252;
 }
 .BgClassName
 {
   background-color: #124252;
 }
</style>

border-color css

<style>
 span { border-color: #124252; }

 span { border-color: rgb(18,66,82); }

 td.TdClassName
 {
   border-color: #124252;
 }
 .TagClassName
 {
   border-color: #124252;
 }
</style>