Html Css Color HEX #055C30 Crusoe

📋 copy color: '#055C30'

red 5 ◦ green 92 ◦ blue 48

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

Shades of Crusoe #055C30

Tints of Crusoe #055C30

RGB

 RED value IS 5 (2.34% from 255) = 3.45%

 GREEN value IS 92 (36.33% from 255) = 63.45%

 BLUE value IS 48 (19.14% from 255) = 33.1%

R = 3.45%
G = 63.45%
B = 33.1%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.48

 K value IS 0.64

RGB Variations

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

Color information

#055C30 (or 0x055C30) is known color: Crusoe. HEX triplet: 05, 5C and 30. RGB value is (5,92,48). Sum of RGB (Red+Green+Blue) = 5+92+48=145 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.45% from 145); Green value is 92 (36.33% from 255 or 63.45% from 145); Blue value is 48 (19.14% from 255 or 33.10% from 145); Max value from RGB is 92 - color contains mainly: green. Hex color #055C30 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055C30 is #FAA3CF. Grayscale: #3D3D3D. Windows color (decimal): -16425936 or 3169285. OLE color: 3169285.

HSL color Cylindrical-coordinate representation of color #055C30: hue angle of 149.66º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055C30 is Cyan = 0.95, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.64.

Color convert

RGB 5 92 48 -
CMYK 0.95 0 0.48 0.64
HSL 149.66º 0.9% 0.19% -
HSV(B) 149.66º 0.95% 0.36% -
XYZ 4.42 7.9 4.09 -
YUV 60.97 120.68 88.08 -
System Red Green Blue C M Y K H S L
Decimal 5 92 48 0.95 0 0.48 0.64 149.66 0.9 0.19
Hex 5 5C 30 5F 0 30 40 96 5A 13
Octal 5 134 60 137 0 60 100 226 132 23
Binary 101 1011100 110000 1011111 0 110000 1000000 10010110 1011010 10011

Color Harmonies of #055C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055C30

Black with #055C30

Text Example


Text Example

White with #055C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055C30; }

 p { color: rgb(5,92,48); }

 H1.HeaderClassName
 {
   color: #055C30;
 }
 .AnyTagClassName
 {
   color: #055C30;
 }
</style>

background-color css

<style>
 a { background-color: #055C30; }

 a { background-color: rgb(5,92,48); }

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

border-color css

<style>
 span { border-color: #055C30; }

 span { border-color: rgb(5,92,48); }

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