Html Css Color HEX #256A35 Camarone

📋 copy color: '#256A35'

red 37 ◦ green 106 ◦ blue 53

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

Shades of Camarone #256A35

Tints of Camarone #256A35

RGB

 RED value IS 37 (14.84% from 255) = 18.88%

 GREEN value IS 106 (41.8% from 255) = 54.08%

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

R = 18.88%
G = 54.08%
B = 27.04%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.5

 K value IS 0.58

RGB Variations

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

Color information

#256A35 (or 0x256A35) is known color: Camarone. HEX triplet: 25, 6A and 35. RGB value is (37,106,53). Sum of RGB (Red+Green+Blue) = 37+106+53=196 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.88% from 196); Green value is 106 (41.80% from 255 or 54.08% from 196); Blue value is 53 (21.09% from 255 or 27.04% from 196); Max value from RGB is 106 - color contains mainly: green. Hex color #256A35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256A35 is #DA95CA. Grayscale: #4F4F4F. Windows color (decimal): -14325195 or 3500581. OLE color: 3500581.

HSL color Cylindrical-coordinate representation of color #256A35: hue angle of 133.91º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #256A35 is Cyan = 0.65, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.58.

Color convert

RGB 37 106 53 -
CMYK 0.65 0 0.5 0.58
HSL 133.91º 0.48% 0.28% -
HSV(B) 133.91º 0.65% 0.42% -
XYZ 6.56 10.96 5.14 -
YUV 79.33 113.14 97.81 -
System Red Green Blue C M Y K H S L
Decimal 37 106 53 0.65 0 0.5 0.58 133.91 0.48 0.28
Hex 25 6A 35 41 0 32 3A 86 30 1C
Octal 45 152 65 101 0 62 72 206 60 34
Binary 100101 1101010 110101 1000001 0 110010 111010 10000110 110000 11100

Color Harmonies of #256A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256A35

Black with #256A35

Text Example


Text Example

White with #256A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256A35; }

 p { color: rgb(37,106,53); }

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

background-color css

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

 a { background-color: rgb(37,106,53); }

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

border-color css

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

 span { border-color: rgb(37,106,53); }

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