Html Css Color HEX #03661C Crusoe

📋 copy color: '#03661C'

red 3 ◦ green 102 ◦ blue 28

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

Shades of Crusoe #03661C

Tints of Crusoe #03661C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 21.05%

R = 2.26%
G = 76.69%
B = 21.05%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.73

 K value IS 0.6

RGB Variations

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

Color information

#03661C (or 0x03661C) is known color: Crusoe. HEX triplet: 03, 66 and 1C. RGB value is (3,102,28). Sum of RGB (Red+Green+Blue) = 3+102+28=133 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.26% from 133); Green value is 102 (40.23% from 255 or 76.69% from 133); Blue value is 28 (11.33% from 255 or 21.05% from 133); Max value from RGB is 102 - color contains mainly: green. Hex color #03661C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03661C is #FC99E3. Grayscale: #404040. Windows color (decimal): -16554468 or 1861123. OLE color: 1861123.

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

Color convert

RGB 3 102 28 -
CMYK 0.97 0 0.73 0.6
HSL 135.15º 0.94% 0.21% -
HSV(B) 135.15º 0.97% 0.4% -
XYZ 5 9.61 2.69 -
YUV 63.96 107.7 84.52 -
System Red Green Blue C M Y K H S L
Decimal 3 102 28 0.97 0 0.73 0.6 135.15 0.94 0.21
Hex 3 66 1C 61 0 49 3C 87 5E 15
Octal 3 146 34 141 0 111 74 207 136 25
Binary 11 1100110 11100 1100001 0 1001001 111100 10000111 1011110 10101

Color Harmonies of #03661C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03661C

Black with #03661C

Text Example


Text Example

White with #03661C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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