Html Css Color HEX #265A32 Parsley

📋 copy color: '#265A32'

red 38 ◦ green 90 ◦ blue 50

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

Shades of Parsley #265A32

Tints of Parsley #265A32

RGB

 RED value IS 38 (15.23% from 255) = 21.35%

 GREEN value IS 90 (35.55% from 255) = 50.56%

 BLUE value IS 50 (19.92% from 255) = 28.09%

R = 21.35%
G = 50.56%
B = 28.09%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.44

 K value IS 0.65

RGB Variations

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

Color information

#265A32 (or 0x265A32) is known color: Parsley. HEX triplet: 26, 5A and 32. RGB value is (38,90,50). Sum of RGB (Red+Green+Blue) = 38+90+50=178 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.35% from 178); Green value is 90 (35.55% from 255 or 50.56% from 178); Blue value is 50 (19.92% from 255 or 28.09% from 178); Max value from RGB is 90 - color contains mainly: green. Hex color #265A32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265A32 is #D9A5CD. Grayscale: #464646. Windows color (decimal): -14263758 or 3299878. OLE color: 3299878.

HSL color Cylindrical-coordinate representation of color #265A32: hue angle of 133.85º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #265A32 is Cyan = 0.58, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.65.

Color convert

RGB 38 90 50 -
CMYK 0.58 0 0.44 0.65
HSL 133.85º 0.41% 0.25% -
HSV(B) 133.85º 0.58% 0.35% -
XYZ 5.03 7.95 4.29 -
YUV 69.89 116.77 105.25 -
System Red Green Blue C M Y K H S L
Decimal 38 90 50 0.58 0 0.44 0.65 133.85 0.41 0.25
Hex 26 5A 32 3A 0 2C 41 86 29 19
Octal 46 132 62 72 0 54 101 206 51 31
Binary 100110 1011010 110010 111010 0 101100 1000001 10000110 101001 11001

Color Harmonies of #265A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265A32

Black with #265A32

Text Example


Text Example

White with #265A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265A32; }

 p { color: rgb(38,90,50); }

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

background-color css

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

 a { background-color: rgb(38,90,50); }

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

border-color css

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

 span { border-color: rgb(38,90,50); }

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