Html Css Color HEX #03661A Crusoe

📋 copy color: '#03661A'

red 3 ◦ green 102 ◦ blue 26

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

Shades of Crusoe #03661A

Tints of Crusoe #03661A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 19.85%

R = 2.29%
G = 77.86%
B = 19.85%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.75

 K value IS 0.6

RGB Variations

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

Color information

#03661A (or 0x03661A) is known color: Crusoe. HEX triplet: 03, 66 and 1A. RGB value is (3,102,26). Sum of RGB (Red+Green+Blue) = 3+102+26=131 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.29% from 131); Green value is 102 (40.23% from 255 or 77.86% from 131); Blue value is 26 (10.55% from 255 or 19.85% from 131); Max value from RGB is 102 - color contains mainly: green. Hex color #03661A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03661A is #FC99E5. Grayscale: #3F3F3F. Windows color (decimal): -16554470 or 1730051. OLE color: 1730051.

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

Color convert

RGB 3 102 26 -
CMYK 0.97 0 0.75 0.6
HSL 133.94º 0.94% 0.21% -
HSV(B) 133.94º 0.97% 0.4% -
XYZ 4.98 9.6 2.57 -
YUV 63.74 106.7 84.68 -
System Red Green Blue C M Y K H S L
Decimal 3 102 26 0.97 0 0.75 0.6 133.94 0.94 0.21
Hex 3 66 1A 61 0 4B 3C 86 5E 15
Octal 3 146 32 141 0 113 74 206 136 25
Binary 11 1100110 11010 1100001 0 1001011 111100 10000110 1011110 10101

Color Harmonies of #03661A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03661A

Black with #03661A

Text Example


Text Example

White with #03661A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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