Html Css Color HEX #04681A Crusoe

📋 copy color: '#04681A'

red 4 ◦ green 104 ◦ blue 26

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

Shades of Crusoe #04681A

Tints of Crusoe #04681A

RGB

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

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

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

R = 2.99%
G = 77.61%
B = 19.4%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.75

 K value IS 0.59

RGB Variations

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

Color information

#04681A (or 0x04681A) is known color: Crusoe. HEX triplet: 04, 68 and 1A. RGB value is (4,104,26). Sum of RGB (Red+Green+Blue) = 4+104+26=134 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.99% from 134); Green value is 104 (41.02% from 255 or 77.61% from 134); Blue value is 26 (10.55% from 255 or 19.40% from 134); Max value from RGB is 104 - color contains mainly: green. Hex color #04681A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04681A is #FB97E5. Grayscale: #414141. Windows color (decimal): -16488422 or 1730564. OLE color: 1730564.

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

Color convert

RGB 4 104 26 -
CMYK 0.96 0 0.75 0.59
HSL 133.2º 0.93% 0.21% -
HSV(B) 133.2º 0.96% 0.41% -
XYZ 5.19 10 2.63 -
YUV 65.21 105.87 84.34 -
System Red Green Blue C M Y K H S L
Decimal 4 104 26 0.96 0 0.75 0.59 133.2 0.93 0.21
Hex 4 68 1A 60 0 4B 3B 85 5D 15
Octal 4 150 32 140 0 113 73 205 135 25
Binary 100 1101000 11010 1100000 0 1001011 111011 10000101 1011101 10101

Color Harmonies of #04681A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04681A

Black with #04681A

Text Example


Text Example

White with #04681A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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