Html Css Color HEX #04681D Crusoe

📋 copy color: '#04681D'

red 4 ◦ green 104 ◦ blue 29

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

Shades of Crusoe #04681D

Tints of Crusoe #04681D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 21.17%

R = 2.92%
G = 75.91%
B = 21.17%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.72

 K value IS 0.59

RGB Variations

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

Color information

#04681D (or 0x04681D) is known color: Crusoe. HEX triplet: 04, 68 and 1D. RGB value is (4,104,29). Sum of RGB (Red+Green+Blue) = 4+104+29=137 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.92% from 137); Green value is 104 (41.02% from 255 or 75.91% from 137); Blue value is 29 (11.72% from 255 or 21.17% from 137); Max value from RGB is 104 - color contains mainly: green. Hex color #04681D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04681D is #FB97E2. Grayscale: #414141. Windows color (decimal): -16488419 or 1927172. OLE color: 1927172.

HSL color Cylindrical-coordinate representation of color #04681D: hue angle of 135º 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 #04681D is Cyan = 0.96, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.59.

Color convert

RGB 4 104 29 -
CMYK 0.96 0 0.72 0.59
HSL 135º 0.93% 0.21% -
HSV(B) 135º 0.96% 0.41% -
XYZ 5.22 10.02 2.82 -
YUV 65.55 107.37 84.1 -
System Red Green Blue C M Y K H S L
Decimal 4 104 29 0.96 0 0.72 0.59 135 0.93 0.21
Hex 4 68 1D 60 0 48 3B 87 5D 15
Octal 4 150 35 140 0 110 73 207 135 25
Binary 100 1101000 11101 1100000 0 1001000 111011 10000111 1011101 10101

Color Harmonies of #04681D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04681D

Black with #04681D

Text Example


Text Example

White with #04681D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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