Html Css Color HEX #04691A Crusoe

📋 copy color: '#04691A'

red 4 ◦ green 105 ◦ blue 26

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

Shades of Crusoe #04691A

Tints of Crusoe #04691A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 77.78%

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

R = 2.96%
G = 77.78%
B = 19.26%

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

#04691A (or 0x04691A) is known color: Crusoe. HEX triplet: 04, 69 and 1A. RGB value is (4,105,26). Sum of RGB (Red+Green+Blue) = 4+105+26=135 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.96% from 135); Green value is 105 (41.41% from 255 or 77.78% from 135); Blue value is 26 (10.55% from 255 or 19.26% from 135); Max value from RGB is 105 - color contains mainly: green. Hex color #04691A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04691A is #FB96E5. Grayscale: #424242. Windows color (decimal): -16488166 or 1730820. OLE color: 1730820.

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

Color convert

RGB 4 105 26 -
CMYK 0.96 0 0.75 0.59
HSL 133.07º 0.93% 0.21% -
HSV(B) 133.07º 0.96% 0.41% -
XYZ 5.29 10.2 2.67 -
YUV 65.8 105.54 83.92 -
System Red Green Blue C M Y K H S L
Decimal 4 105 26 0.96 0 0.75 0.59 133.07 0.93 0.21
Hex 4 69 1A 60 0 4B 3B 85 5D 15
Octal 4 151 32 140 0 113 73 205 135 25
Binary 100 1101001 11010 1100000 0 1001011 111011 10000101 1011101 10101

Color Harmonies of #04691A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04691A

Black with #04691A

Text Example


Text Example

White with #04691A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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