Html Css Color HEX #03681B Crusoe

📋 copy color: '#03681B'

red 3 ◦ green 104 ◦ blue 27

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

Shades of Crusoe #03681B

Tints of Crusoe #03681B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 77.61%

 BLUE value IS 27 (10.94% from 255) = 20.15%

R = 2.24%
G = 77.61%
B = 20.15%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.74

 K value IS 0.59

RGB Variations

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

Color information

#03681B (or 0x03681B) is known color: Crusoe. HEX triplet: 03, 68 and 1B. RGB value is (3,104,27). Sum of RGB (Red+Green+Blue) = 3+104+27=134 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.24% from 134); Green value is 104 (41.02% from 255 or 77.61% from 134); Blue value is 27 (10.94% from 255 or 20.15% from 134); Max value from RGB is 104 - color contains mainly: green. Hex color #03681B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03681B is #FC97E4. Grayscale: #414141. Windows color (decimal): -16553957 or 1796099. OLE color: 1796099.

HSL color Cylindrical-coordinate representation of color #03681B: hue angle of 134.26º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03681B is Cyan = 0.97, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.59.

Color convert

RGB 3 104 27 -
CMYK 0.97 0 0.74 0.59
HSL 134.26º 0.94% 0.21% -
HSV(B) 134.26º 0.97% 0.41% -
XYZ 5.19 10 2.69 -
YUV 65.02 106.54 83.76 -
System Red Green Blue C M Y K H S L
Decimal 3 104 27 0.97 0 0.74 0.59 134.26 0.94 0.21
Hex 3 68 1B 61 0 4A 3B 86 5E 15
Octal 3 150 33 141 0 112 73 206 136 25
Binary 11 1101000 11011 1100001 0 1001010 111011 10000110 1011110 10101

Color Harmonies of #03681B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03681B

Black with #03681B

Text Example


Text Example

White with #03681B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03681B; }

 p { color: rgb(3,104,27); }

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

background-color css

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

 a { background-color: rgb(3,104,27); }

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

border-color css

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

 span { border-color: rgb(3,104,27); }

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