Html Css Color HEX #036719 Crusoe

📋 copy color: '#036719'

red 3 ◦ green 103 ◦ blue 25

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

Shades of Crusoe #036719

Tints of Crusoe #036719

RGB

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

 GREEN value IS 103 (40.63% from 255) = 78.63%

 BLUE value IS 25 (10.16% from 255) = 19.08%

R = 2.29%
G = 78.63%
B = 19.08%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.76

 K value IS 0.60

RGB Variations

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

Color information

#036719 (or 0x036719) is known color: Crusoe. HEX triplet: 03, 67 and 19. RGB value is (3,103,25). Sum of RGB (Red+Green+Blue) = 3+103+25=131 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.29% from 131); Green value is 103 (40.62% from 255 or 78.63% from 131); Blue value is 25 (10.16% from 255 or 19.08% from 131); Max value from RGB is 103 - color contains mainly: green. Hex color #036719 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036719 is #FC98E6. Grayscale: #404040. Windows color (decimal): -16554215 or 1664771. OLE color: 1664771.

HSL color Cylindrical-coordinate representation of color #036719: hue angle of 133.2º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036719 is Cyan = 0.97, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.60.

Color convert

RGB 3 103 25 -
CMYK 0.97 0 0.76 0.60
HSL 133.2º 0.94% 0.21% -
HSV(B) 133.2º 0.97% 0.4% -
XYZ 5.06 9.79 2.54 -
YUV 64.21 105.87 84.34 -
System Red Green Blue C M Y K H S L
Decimal 3 103 25 0.97 0 0.76 0.60 133.2 0.94 0.21
Hex 3 67 19 61 0 4C 3C 85 5E 15
Octal 3 147 31 141 0 114 74 205 136 25
Binary 11 1100111 11001 1100001 0 1001100 111100 10000101 1011110 10101

Color Harmonies of #036719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036719

Black with #036719

Text Example


Text Example

White with #036719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036719; }

 p { color: rgb(3,103,25); }

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

background-color css

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

 a { background-color: rgb(3,103,25); }

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

border-color css

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

 span { border-color: rgb(3,103,25); }

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