Html Css Color HEX #12521E Crusoe

📋 copy color: '#12521E'

red 18 ◦ green 82 ◦ blue 30

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

Shades of Crusoe #12521E

Tints of Crusoe #12521E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 63.08%

 BLUE value IS 30 (12.11% from 255) = 23.08%

R = 13.85%
G = 63.08%
B = 23.08%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.63

 K value IS 0.68

RGB Variations

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

Color information

#12521E (or 0x12521E) is known color: Crusoe. HEX triplet: 12, 52 and 1E. RGB value is (18,82,30). Sum of RGB (Red+Green+Blue) = 18+82+30=130 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.85% from 130); Green value is 82 (32.42% from 255 or 63.08% from 130); Blue value is 30 (12.11% from 255 or 23.08% from 130); Max value from RGB is 82 - color contains mainly: green. Hex color #12521E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12521E is #EDADE1. Grayscale: #393939. Windows color (decimal): -15576546 or 1987090. OLE color: 1987090.

HSL color Cylindrical-coordinate representation of color #12521E: hue angle of 131.25º 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 #12521E is Cyan = 0.78, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.68.

Color convert

RGB 18 82 30 -
CMYK 0.78 0 0.63 0.68
HSL 131.25º 0.64% 0.2% -
HSV(B) 131.25º 0.78% 0.32% -
XYZ 3.5 6.26 2.25 -
YUV 56.94 112.8 100.23 -
System Red Green Blue C M Y K H S L
Decimal 18 82 30 0.78 0 0.63 0.68 131.25 0.64 0.2
Hex 12 52 1E 4E 0 3F 44 83 40 14
Octal 22 122 36 116 0 77 104 203 100 24
Binary 10010 1010010 11110 1001110 0 111111 1000100 10000011 1000000 10100

Color Harmonies of #12521E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12521E

Black with #12521E

Text Example


Text Example

White with #12521E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12521E; }

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

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

background-color css

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

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

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

border-color css

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

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

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