Html Css Color HEX #04682B Crusoe

📋 copy color: '#04682B'

red 4 ◦ green 104 ◦ blue 43

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

Shades of Crusoe #04682B

Tints of Crusoe #04682B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 28.48%

R = 2.65%
G = 68.87%
B = 28.48%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.59

 K value IS 0.59

RGB Variations

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

Color information

#04682B (or 0x04682B) is known color: Crusoe. HEX triplet: 04, 68 and 2B. RGB value is (4,104,43). Sum of RGB (Red+Green+Blue) = 4+104+43=151 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.65% from 151); Green value is 104 (41.02% from 255 or 68.87% from 151); Blue value is 43 (17.19% from 255 or 28.48% from 151); Max value from RGB is 104 - color contains mainly: green. Hex color #04682B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04682B is #FB97D4. Grayscale: #434343. Windows color (decimal): -16488405 or 2844676. OLE color: 2844676.

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

Color convert

RGB 4 104 43 -
CMYK 0.96 0 0.59 0.59
HSL 143.4º 0.93% 0.21% -
HSV(B) 143.4º 0.96% 0.41% -
XYZ 5.44 10.1 3.95 -
YUV 67.15 114.37 82.96 -
System Red Green Blue C M Y K H S L
Decimal 4 104 43 0.96 0 0.59 0.59 143.4 0.93 0.21
Hex 4 68 2B 60 0 3B 3B 8F 5D 15
Octal 4 150 53 140 0 73 73 217 135 25
Binary 100 1101000 101011 1100000 0 111011 111011 10001111 1011101 10101

Color Harmonies of #04682B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04682B

Black with #04682B

Text Example


Text Example

White with #04682B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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