Html Css Color HEX #035C12 Crusoe

📋 copy color: '#035C12'

red 3 ◦ green 92 ◦ blue 18

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

Shades of Crusoe #035C12

Tints of Crusoe #035C12

RGB

 RED value IS 3 (1.56% from 255) = 2.65%

 GREEN value IS 92 (36.33% from 255) = 81.42%

 BLUE value IS 18 (7.42% from 255) = 15.93%

R = 2.65%
G = 81.42%
B = 15.93%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.80

 K value IS 0.64

RGB Variations

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

Color information

#035C12 (or 0x035C12) is known color: Crusoe. HEX triplet: 03, 5C and 12. RGB value is (3,92,18). Sum of RGB (Red+Green+Blue) = 3+92+18=113 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.65% from 113); Green value is 92 (36.33% from 255 or 81.42% from 113); Blue value is 18 (7.42% from 255 or 15.93% from 113); Max value from RGB is 92 - color contains mainly: green. Hex color #035C12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035C12 is #FCA3ED. Grayscale: #393939. Windows color (decimal): -16557038 or 1203203. OLE color: 1203203.

HSL color Cylindrical-coordinate representation of color #035C12: hue angle of 130.11º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035C12 is Cyan = 0.97, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.64.

Color convert

RGB 3 92 18 -
CMYK 0.97 0 0.80 0.64
HSL 130.11º 0.94% 0.19% -
HSV(B) 130.11º 0.97% 0.36% -
XYZ 3.97 7.72 1.85 -
YUV 56.95 106.01 89.52 -
System Red Green Blue C M Y K H S L
Decimal 3 92 18 0.97 0 0.80 0.64 130.11 0.94 0.19
Hex 3 5C 12 61 0 50 40 82 5E 13
Octal 3 134 22 141 0 120 100 202 136 23
Binary 11 1011100 10010 1100001 0 1010000 1000000 10000010 1011110 10011

Color Harmonies of #035C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035C12

Black with #035C12

Text Example


Text Example

White with #035C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035C12; }

 p { color: rgb(3,92,18); }

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

background-color css

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

 a { background-color: rgb(3,92,18); }

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

border-color css

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

 span { border-color: rgb(3,92,18); }

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