Html Css Color HEX #38883E Japanese Laurel

📋 copy color: '#38883E'

red 56 ◦ green 136 ◦ blue 62

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

Shades of Japanese Laurel #38883E

Tints of Japanese Laurel #38883E

RGB

 RED value IS 56 (22.27% from 255) = 22.05%

 GREEN value IS 136 (53.52% from 255) = 53.54%

 BLUE value IS 62 (24.61% from 255) = 24.41%

R = 22.05%
G = 53.54%
B = 24.41%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#38883E (or 0x38883E) is known color: Japanese Laurel. HEX triplet: 38, 88 and 3E. RGB value is (56,136,62). Sum of RGB (Red+Green+Blue) = 56+136+62=254 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.05% from 254); Green value is 136 (53.52% from 255 or 53.54% from 254); Blue value is 62 (24.61% from 255 or 24.41% from 254); Max value from RGB is 136 - color contains mainly: green. Hex color #38883E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38883E is #C777C1. Grayscale: #676767. Windows color (decimal): -13072322 or 4098104. OLE color: 4098104.

HSL color Cylindrical-coordinate representation of color #38883E: hue angle of 124.5º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #38883E is Cyan = 0.59, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB 56 136 62 -
CMYK 0.59 0 0.54 0.47
HSL 124.5º 0.42% 0.38% -
HSV(B) 124.5º 0.59% 0.53% -
XYZ 11.3 18.8 7.59 -
YUV 103.64 104.5 94.02 -
System Red Green Blue C M Y K H S L
Decimal 56 136 62 0.59 0 0.54 0.47 124.5 0.42 0.38
Hex 38 88 3E 3B 0 36 2F 7C 2A 26
Octal 70 210 76 73 0 66 57 174 52 46
Binary 111000 10001000 111110 111011 0 110110 101111 1111100 101010 100110

Color Harmonies of #38883E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38883E

Black with #38883E

Text Example


Text Example

White with #38883E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38883E; }

 p { color: rgb(56,136,62); }

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

background-color css

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

 a { background-color: rgb(56,136,62); }

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

border-color css

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

 span { border-color: rgb(56,136,62); }

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