Html Css Color HEX #384B42 Te Papa Green

📋 copy color: '#384B42'

red 56 ◦ green 75 ◦ blue 66

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

Shades of Te Papa Green #384B42

Tints of Te Papa Green #384B42

RGB

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

 GREEN value IS 75 (29.69% from 255) = 38.07%

 BLUE value IS 66 (26.17% from 255) = 33.5%

R = 28.43%
G = 38.07%
B = 33.5%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.12

 K value IS 0.71

RGB Variations

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

Color information

#384B42 (or 0x384B42) is known color: Te Papa Green. HEX triplet: 38, 4B and 42. RGB value is (56,75,66). Sum of RGB (Red+Green+Blue) = 56+75+66=197 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.43% from 197); Green value is 75 (29.69% from 255 or 38.07% from 197); Blue value is 66 (26.17% from 255 or 33.50% from 197); Max value from RGB is 75 - color contains mainly: green. Hex color #384B42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384B42 is #C7B4BD. Grayscale: #444444. Windows color (decimal): -13087934 or 4344632. OLE color: 4344632.

HSL color Cylindrical-coordinate representation of color #384B42: hue angle of 151.58º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #384B42 is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.

Color convert

RGB 56 75 66 -
CMYK 0.25 0 0.12 0.71
HSL 151.58º 0.15% 0.26% -
HSV(B) 151.58º 0.25% 0.29% -
XYZ 5.13 6.27 6.09 -
YUV 68.29 126.71 119.23 -
System Red Green Blue C M Y K H S L
Decimal 56 75 66 0.25 0 0.12 0.71 151.58 0.15 0.26
Hex 38 4B 42 19 0 C 47 98 F 1A
Octal 70 113 102 31 0 14 107 230 17 32
Binary 111000 1001011 1000010 11001 0 1100 1000111 10011000 1111 11010

Color Harmonies of #384B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384B42

Black with #384B42

Text Example


Text Example

White with #384B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384B42; }

 p { color: rgb(56,75,66); }

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

background-color css

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

 a { background-color: rgb(56,75,66); }

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

border-color css

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

 span { border-color: rgb(56,75,66); }

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