Html Css Color HEX #04682D Crusoe

📋 copy color: '#04682D'

red 4 ◦ green 104 ◦ blue 45

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

Shades of Crusoe #04682D

Tints of Crusoe #04682D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 29.41%

R = 2.61%
G = 67.97%
B = 29.41%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.57

 K value IS 0.59

RGB Variations

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

Color information

#04682D (or 0x04682D) is known color: Crusoe. HEX triplet: 04, 68 and 2D. RGB value is (4,104,45). Sum of RGB (Red+Green+Blue) = 4+104+45=153 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.61% from 153); Green value is 104 (41.02% from 255 or 67.97% from 153); Blue value is 45 (17.97% from 255 or 29.41% from 153); Max value from RGB is 104 - color contains mainly: green. Hex color #04682D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04682D is #FB97D2. Grayscale: #434343. Windows color (decimal): -16488403 or 2975748. OLE color: 2975748.

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

Color convert

RGB 4 104 45 -
CMYK 0.96 0 0.57 0.59
HSL 144.6º 0.93% 0.21% -
HSV(B) 144.6º 0.96% 0.41% -
XYZ 5.47 10.12 4.15 -
YUV 67.37 115.37 82.8 -
System Red Green Blue C M Y K H S L
Decimal 4 104 45 0.96 0 0.57 0.59 144.6 0.93 0.21
Hex 4 68 2D 60 0 39 3B 91 5D 15
Octal 4 150 55 140 0 71 73 221 135 25
Binary 100 1101000 101101 1100000 0 111001 111011 10010001 1011101 10101

Color Harmonies of #04682D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04682D

Black with #04682D

Text Example


Text Example

White with #04682D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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