Html Css Color HEX #04652B Crusoe

📋 copy color: '#04652B'

red 4 ◦ green 101 ◦ blue 43

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

Shades of Crusoe #04652B

Tints of Crusoe #04652B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 68.24%

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

R = 2.7%
G = 68.24%
B = 29.05%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.57

 K value IS 0.60

RGB Variations

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

Color information

#04652B (or 0x04652B) is known color: Crusoe. HEX triplet: 04, 65 and 2B. RGB value is (4,101,43). Sum of RGB (Red+Green+Blue) = 4+101+43=148 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.70% from 148); Green value is 101 (39.84% from 255 or 68.24% from 148); Blue value is 43 (17.19% from 255 or 29.05% from 148); Max value from RGB is 101 - color contains mainly: green. Hex color #04652B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04652B is #FB9AD4. Grayscale: #414141. Windows color (decimal): -16489173 or 2843908. OLE color: 2843908.

HSL color Cylindrical-coordinate representation of color #04652B: hue angle of 144.12º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04652B is Cyan = 0.96, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.60.

Color convert

RGB 4 101 43 -
CMYK 0.96 0 0.57 0.60
HSL 144.12º 0.92% 0.21% -
HSV(B) 144.12º 0.96% 0.4% -
XYZ 5.14 9.51 3.85 -
YUV 65.39 115.36 84.22 -
System Red Green Blue C M Y K H S L
Decimal 4 101 43 0.96 0 0.57 0.60 144.12 0.92 0.21
Hex 4 65 2B 60 0 39 3C 90 5C 15
Octal 4 145 53 140 0 71 74 220 134 25
Binary 100 1100101 101011 1100000 0 111001 111100 10010000 1011100 10101

Color Harmonies of #04652B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04652B

Black with #04652B

Text Example


Text Example

White with #04652B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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