Html Css Color HEX #25853D Japanese Laurel

📋 copy color: '#25853D'

red 37 ◦ green 133 ◦ blue 61

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

Shades of Japanese Laurel #25853D

Tints of Japanese Laurel #25853D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 57.58%

 BLUE value IS 61 (24.22% from 255) = 26.41%

R = 16.02%
G = 57.58%
B = 26.41%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.54

 K value IS 0.48

RGB Variations

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

Color information

#25853D (or 0x25853D) is known color: Japanese Laurel. HEX triplet: 25, 85 and 3D. RGB value is (37,133,61). Sum of RGB (Red+Green+Blue) = 37+133+61=231 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.02% from 231); Green value is 133 (52.34% from 255 or 57.58% from 231); Blue value is 61 (24.22% from 255 or 26.41% from 231); Max value from RGB is 133 - color contains mainly: green. Hex color #25853D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25853D is #DA7AC2. Grayscale: #606060. Windows color (decimal): -14318275 or 4031781. OLE color: 4031781.

HSL color Cylindrical-coordinate representation of color #25853D: hue angle of 135º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #25853D is Cyan = 0.72, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.48.

Color convert

RGB 37 133 61 -
CMYK 0.72 0 0.54 0.48
HSL 135º 0.56% 0.33% -
HSV(B) 135º 0.72% 0.52% -
XYZ 9.99 17.51 7.27 -
YUV 96.09 108.2 85.85 -
System Red Green Blue C M Y K H S L
Decimal 37 133 61 0.72 0 0.54 0.48 135 0.56 0.33
Hex 25 85 3D 48 0 36 30 87 38 21
Octal 45 205 75 110 0 66 60 207 70 41
Binary 100101 10000101 111101 1001000 0 110110 110000 10000111 111000 100001

Color Harmonies of #25853D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25853D

Black with #25853D

Text Example


Text Example

White with #25853D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25853D; }

 p { color: rgb(37,133,61); }

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

background-color css

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

 a { background-color: rgb(37,133,61); }

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

border-color css

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

 span { border-color: rgb(37,133,61); }

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