Html Css Color HEX #035C13 Crusoe

📋 copy color: '#035C13'

red 3 ◦ green 92 ◦ blue 19

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

Shades of Crusoe #035C13

Tints of Crusoe #035C13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 16.67%

R = 2.63%
G = 80.7%
B = 16.67%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.79

 K value IS 0.64

RGB Variations

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

Color information

#035C13 (or 0x035C13) is known color: Crusoe. HEX triplet: 03, 5C and 13. RGB value is (3,92,19). Sum of RGB (Red+Green+Blue) = 3+92+19=114 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.63% from 114); Green value is 92 (36.33% from 255 or 80.70% from 114); Blue value is 19 (7.81% from 255 or 16.67% from 114); Max value from RGB is 92 - color contains mainly: green. Hex color #035C13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035C13 is #FCA3EC. Grayscale: #393939. Windows color (decimal): -16557037 or 1268739. OLE color: 1268739.

HSL color Cylindrical-coordinate representation of color #035C13: hue angle of 130.79º 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 #035C13 is Cyan = 0.97, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.64.

Color convert

RGB 3 92 19 -
CMYK 0.97 0 0.79 0.64
HSL 130.79º 0.94% 0.19% -
HSV(B) 130.79º 0.97% 0.36% -
XYZ 3.98 7.72 1.9 -
YUV 57.07 106.51 89.44 -
System Red Green Blue C M Y K H S L
Decimal 3 92 19 0.97 0 0.79 0.64 130.79 0.94 0.19
Hex 3 5C 13 61 0 4F 40 83 5E 13
Octal 3 134 23 141 0 117 100 203 136 23
Binary 11 1011100 10011 1100001 0 1001111 1000000 10000011 1011110 10011

Color Harmonies of #035C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035C13

Black with #035C13

Text Example


Text Example

White with #035C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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