Html Css Color HEX #258236 Japanese Laurel

📋 copy color: '#258236'

red 37 ◦ green 130 ◦ blue 54

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

Shades of Japanese Laurel #258236

Tints of Japanese Laurel #258236

RGB

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

 GREEN value IS 130 (51.17% from 255) = 58.82%

 BLUE value IS 54 (21.48% from 255) = 24.43%

R = 16.74%
G = 58.82%
B = 24.43%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#258236 (or 0x258236) is known color: Japanese Laurel. HEX triplet: 25, 82 and 36. RGB value is (37,130,54). Sum of RGB (Red+Green+Blue) = 37+130+54=221 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.74% from 221); Green value is 130 (51.17% from 255 or 58.82% from 221); Blue value is 54 (21.48% from 255 or 24.43% from 221); Max value from RGB is 130 - color contains mainly: green. Hex color #258236 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #258236 is #DA7DC9. Grayscale: #5D5D5D. Windows color (decimal): -14319050 or 3572261. OLE color: 3572261.

HSL color Cylindrical-coordinate representation of color #258236: hue angle of 130.97º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #258236 is Cyan = 0.72, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB 37 130 54 -
CMYK 0.72 0 0.58 0.49
HSL 130.97º 0.56% 0.33% -
HSV(B) 130.97º 0.72% 0.51% -
XYZ 9.41 16.62 6.2 -
YUV 93.53 105.69 87.68 -
System Red Green Blue C M Y K H S L
Decimal 37 130 54 0.72 0 0.58 0.49 130.97 0.56 0.33
Hex 25 82 36 48 0 3A 31 83 38 21
Octal 45 202 66 110 0 72 61 203 70 41
Binary 100101 10000010 110110 1001000 0 111010 110001 10000011 111000 100001

Color Harmonies of #258236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258236

Black with #258236

Text Example


Text Example

White with #258236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258236; }

 p { color: rgb(37,130,54); }

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

background-color css

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

 a { background-color: rgb(37,130,54); }

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

border-color css

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

 span { border-color: rgb(37,130,54); }

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