Html Css Color HEX #04681F Crusoe

📋 copy color: '#04681F'

red 4 ◦ green 104 ◦ blue 31

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

Shades of Crusoe #04681F

Tints of Crusoe #04681F

RGB

 RED value IS 4 (1.95% from 255) = 2.88%

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

 BLUE value IS 31 (12.5% from 255) = 22.3%

R = 2.88%
G = 74.82%
B = 22.3%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.70

 K value IS 0.59

RGB Variations

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

Color information

#04681F (or 0x04681F) is known color: Crusoe. HEX triplet: 04, 68 and 1F. RGB value is (4,104,31). Sum of RGB (Red+Green+Blue) = 4+104+31=139 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.88% from 139); Green value is 104 (41.02% from 255 or 74.82% from 139); Blue value is 31 (12.5% from 255 or 22.30% from 139); Max value from RGB is 104 - color contains mainly: green. Hex color #04681F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04681F is #FB97E0. Grayscale: #414141. Windows color (decimal): -16488417 or 2058244. OLE color: 2058244.

HSL color Cylindrical-coordinate representation of color #04681F: hue angle of 136.2º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04681F is Cyan = 0.96, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB 4 104 31 -
CMYK 0.96 0 0.70 0.59
HSL 136.2º 0.93% 0.21% -
HSV(B) 136.2º 0.96% 0.41% -
XYZ 5.25 10.03 2.95 -
YUV 65.78 108.37 83.94 -
System Red Green Blue C M Y K H S L
Decimal 4 104 31 0.96 0 0.70 0.59 136.2 0.93 0.21
Hex 4 68 1F 60 0 46 3B 88 5D 15
Octal 4 150 37 140 0 106 73 210 135 25
Binary 100 1101000 11111 1100000 0 1000110 111011 10001000 1011101 10101

Color Harmonies of #04681F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04681F

Black with #04681F

Text Example


Text Example

White with #04681F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04681F; }

 p { color: rgb(4,104,31); }

 H1.HeaderClassName
 {
   color: #04681F;
 }
 .AnyTagClassName
 {
   color: #04681F;
 }
</style>

background-color css

<style>
 a { background-color: #04681F; }

 a { background-color: rgb(4,104,31); }

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

border-color css

<style>
 span { border-color: #04681F; }

 span { border-color: rgb(4,104,31); }

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