Html Css Color HEX #03661D Crusoe

📋 copy color: '#03661D'

red 3 ◦ green 102 ◦ blue 29

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

Shades of Crusoe #03661D

Tints of Crusoe #03661D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 76.12%

 BLUE value IS 29 (11.72% from 255) = 21.64%

R = 2.24%
G = 76.12%
B = 21.64%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.72

 K value IS 0.6

RGB Variations

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

Color information

#03661D (or 0x03661D) is known color: Crusoe. HEX triplet: 03, 66 and 1D. RGB value is (3,102,29). Sum of RGB (Red+Green+Blue) = 3+102+29=134 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.24% from 134); Green value is 102 (40.23% from 255 or 76.12% from 134); Blue value is 29 (11.72% from 255 or 21.64% from 134); Max value from RGB is 102 - color contains mainly: green. Hex color #03661D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03661D is #FC99E2. Grayscale: #404040. Windows color (decimal): -16554467 or 1926659. OLE color: 1926659.

HSL color Cylindrical-coordinate representation of color #03661D: hue angle of 135.76º 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 #03661D is Cyan = 0.97, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.6.

Color convert

RGB 3 102 29 -
CMYK 0.97 0 0.72 0.6
HSL 135.76º 0.94% 0.21% -
HSV(B) 135.76º 0.97% 0.4% -
XYZ 5.01 9.61 2.75 -
YUV 64.08 108.2 84.44 -
System Red Green Blue C M Y K H S L
Decimal 3 102 29 0.97 0 0.72 0.6 135.76 0.94 0.21
Hex 3 66 1D 61 0 48 3C 88 5E 15
Octal 3 146 35 141 0 110 74 210 136 25
Binary 11 1100110 11101 1100001 0 1001000 111100 10001000 1011110 10101

Color Harmonies of #03661D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03661D

Black with #03661D

Text Example


Text Example

White with #03661D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03661D; }

 p { color: rgb(3,102,29); }

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

background-color css

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

 a { background-color: rgb(3,102,29); }

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

border-color css

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

 span { border-color: rgb(3,102,29); }

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