Html Css Color HEX #03681A Crusoe

📋 copy color: '#03681A'

red 3 ◦ green 104 ◦ blue 26

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

Shades of Crusoe #03681A

Tints of Crusoe #03681A

RGB

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

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

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

R = 2.26%
G = 78.2%
B = 19.55%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.75

 K value IS 0.59

RGB Variations

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

Color information

#03681A (or 0x03681A) is known color: Crusoe. HEX triplet: 03, 68 and 1A. RGB value is (3,104,26). Sum of RGB (Red+Green+Blue) = 3+104+26=133 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.26% from 133); Green value is 104 (41.02% from 255 or 78.20% from 133); Blue value is 26 (10.55% from 255 or 19.55% from 133); Max value from RGB is 104 - color contains mainly: green. Hex color #03681A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03681A is #FC97E5. Grayscale: #414141. Windows color (decimal): -16553958 or 1730563. OLE color: 1730563.

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

Color convert

RGB 3 104 26 -
CMYK 0.97 0 0.75 0.59
HSL 133.66º 0.94% 0.21% -
HSV(B) 133.66º 0.97% 0.41% -
XYZ 5.17 9.99 2.63 -
YUV 64.91 106.04 83.84 -
System Red Green Blue C M Y K H S L
Decimal 3 104 26 0.97 0 0.75 0.59 133.66 0.94 0.21
Hex 3 68 1A 61 0 4B 3B 86 5E 15
Octal 3 150 32 141 0 113 73 206 136 25
Binary 11 1101000 11010 1100001 0 1001011 111011 10000110 1011110 10101

Color Harmonies of #03681A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03681A

Black with #03681A

Text Example


Text Example

White with #03681A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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