Html Css Color HEX #188335 Camarone

📋 copy color: '#188335'

red 24 ◦ green 131 ◦ blue 53

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

Shades of Camarone #188335

Tints of Camarone #188335

RGB

 RED value IS 24 (9.77% from 255) = 11.54%

 GREEN value IS 131 (51.56% from 255) = 62.98%

 BLUE value IS 53 (21.09% from 255) = 25.48%

R = 11.54%
G = 62.98%
B = 25.48%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#188335 (or 0x188335) is known color: Camarone. HEX triplet: 18, 83 and 35. RGB value is (24,131,53). Sum of RGB (Red+Green+Blue) = 24+131+53=208 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.54% from 208); Green value is 131 (51.56% from 255 or 62.98% from 208); Blue value is 53 (21.09% from 255 or 25.48% from 208); Max value from RGB is 131 - color contains mainly: green. Hex color #188335 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #188335 is #E77CCA. Grayscale: #5A5A5A. Windows color (decimal): -15170763 or 3506968. OLE color: 3506968.

HSL color Cylindrical-coordinate representation of color #188335: hue angle of 136.26º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #188335 is Cyan = 0.82, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB 24 131 53 -
CMYK 0.82 0 0.60 0.49
HSL 136.26º 0.69% 0.3% -
HSV(B) 136.26º 0.82% 0.51% -
XYZ 9.14 16.68 6.11 -
YUV 90.12 107.05 80.84 -
System Red Green Blue C M Y K H S L
Decimal 24 131 53 0.82 0 0.60 0.49 136.26 0.69 0.3
Hex 18 83 35 52 0 3C 31 88 45 1E
Octal 30 203 65 122 0 74 61 210 105 36
Binary 11000 10000011 110101 1010010 0 111100 110001 10001000 1000101 11110

Color Harmonies of #188335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188335

Black with #188335

Text Example


Text Example

White with #188335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188335; }

 p { color: rgb(24,131,53); }

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

background-color css

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

 a { background-color: rgb(24,131,53); }

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

border-color css

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

 span { border-color: rgb(24,131,53); }

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