Html Css Color HEX #035D13 Crusoe

📋 copy color: '#035D13'

red 3 ◦ green 93 ◦ blue 19

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

Shades of Crusoe #035D13

Tints of Crusoe #035D13

RGB

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

 GREEN value IS 93 (36.72% from 255) = 80.87%

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

R = 2.61%
G = 80.87%
B = 16.52%

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

#035D13 (or 0x035D13) is known color: Crusoe. HEX triplet: 03, 5D and 13. RGB value is (3,93,19). Sum of RGB (Red+Green+Blue) = 3+93+19=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 93 (36.72% from 255 or 80.87% from 115); Blue value is 19 (7.81% from 255 or 16.52% from 115); Max value from RGB is 93 - color contains mainly: green. Hex color #035D13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035D13 is #FCA2EC. Grayscale: #393939. Windows color (decimal): -16556781 or 1268995. OLE color: 1268995.

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

Color convert

RGB 3 93 19 -
CMYK 0.97 0 0.80 0.64
HSL 130.67º 0.94% 0.19% -
HSV(B) 130.67º 0.97% 0.36% -
XYZ 4.07 7.9 1.93 -
YUV 57.65 106.18 89.02 -
System Red Green Blue C M Y K H S L
Decimal 3 93 19 0.97 0 0.80 0.64 130.67 0.94 0.19
Hex 3 5D 13 61 0 50 40 83 5E 13
Octal 3 135 23 141 0 120 100 203 136 23
Binary 11 1011101 10011 1100001 0 1010000 1000000 10000011 1011110 10011

Color Harmonies of #035D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035D13

Black with #035D13

Text Example


Text Example

White with #035D13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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